home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_5.7 / EH_SEG / EH_SEG.MAK < prev    next >
Text File  |  1999-09-11  |  8KB  |  244 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=eh_seg - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to eh_seg - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "eh_seg - Win32 Release" && "$(CFG)" != "eh_seg - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "eh_seg.mak" CFG="eh_seg - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "eh_seg - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "eh_seg - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "eh_seg - Win32 Debug"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "eh_seg - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51. # Begin Custom Macros
  52. ProjDir=.
  53. # End Custom Macros
  54.  
  55. ALL : "$(OUTDIR)\eh_seg.exe" "..\..\bindosr\eh_seg.exe"
  56.  
  57. CLEAN : 
  58.     -@erase "..\..\bindosr\eh_seg.exe"
  59.     -@erase ".\Release\eh_seg.exe"
  60.     -@erase ".\Release\eh_seg.obj"
  61.  
  62. "$(OUTDIR)" :
  63.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  64.  
  65. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  66. # ADD CPP /nologo /W3 /GX /O2 /I "." /I " ..\..\libtiff\libtiff" /I " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  67. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "." /I " ..\..\libtiff\libtiff" /I\
  68.  " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  69.  /Fp"$(INTDIR)/eh_seg.pch" /YX /Fo"$(INTDIR)/" /c 
  70. CPP_OBJS=.\Release/
  71. CPP_SBRS=
  72. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  73. # ADD RSC /l 0x409 /d "NDEBUG"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. BSC32_FLAGS=/nologo /o"$(OUTDIR)/eh_seg.bsc" 
  78. BSC32_SBRS=
  79. LINK32=link.exe
  80. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  81. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libimage\Release\libimage.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  82. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  83.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  84.  odbccp32.lib ..\..\libtiff\libtiff\Release\libtiff.lib\
  85.  ..\..\libimage\Release\libimage.lib ..\..\libip\Release\libip.lib /nologo\
  86.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/eh_seg.pdb" /machine:I386\
  87.  /out:"$(OUTDIR)/eh_seg.exe" 
  88. LINK32_OBJS= \
  89.     "$(INTDIR)/eh_seg.obj"
  90.  
  91. "$(OUTDIR)\eh_seg.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  92.     $(LINK32) @<<
  93.   $(LINK32_FLAGS) $(LINK32_OBJS)
  94. <<
  95.  
  96. # Begin Custom Build
  97. ProjDir=.
  98. InputPath=.\Release\eh_seg.exe
  99. InputName=eh_seg
  100. SOURCE=$(InputPath)
  101.  
  102. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  103.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  104.  
  105. # End Custom Build
  106.  
  107. !ELSEIF  "$(CFG)" == "eh_seg - Win32 Debug"
  108.  
  109. # PROP BASE Use_MFC 0
  110. # PROP BASE Use_Debug_Libraries 1
  111. # PROP BASE Output_Dir "Debug"
  112. # PROP BASE Intermediate_Dir "Debug"
  113. # PROP BASE Target_Dir ""
  114. # PROP Use_MFC 0
  115. # PROP Use_Debug_Libraries 1
  116. # PROP Output_Dir "Debug"
  117. # PROP Intermediate_Dir "Debug"
  118. # PROP Target_Dir ""
  119. OUTDIR=.\Debug
  120. INTDIR=.\Debug
  121. # Begin Custom Macros
  122. ProjDir=.
  123. # End Custom Macros
  124.  
  125. ALL : "$(OUTDIR)\eh_seg.exe" "..\..\bindosd\eh_seg.exe"
  126.  
  127. CLEAN : 
  128.     -@erase ".\Debug\eh_seg.ilk"
  129.     -@erase ".\Debug\eh_seg.obj"
  130.     -@erase ".\Debug\eh_seg.pdb"
  131.     -@erase ".\Debug\vc40.pdb"
  132.     -@erase ".\Debug\vc40.idb"
  133.     -@erase "..\..\bindosd\eh_seg.exe"
  134.     -@erase ".\Debug\eh_seg.exe"
  135.  
  136. "$(OUTDIR)" :
  137.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  138.  
  139. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  140. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "." /I " ..\..\libtiff\libtiff" /I " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  141. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "." /I " ..\..\libtiff\libtiff" /I\
  142.  " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  143.  /Fp"$(INTDIR)/eh_seg.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  144. CPP_OBJS=.\Debug/
  145. CPP_SBRS=
  146. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  147. # ADD RSC /l 0x409 /d "_DEBUG"
  148. BSC32=bscmake.exe
  149. # ADD BASE BSC32 /nologo
  150. # ADD BSC32 /nologo
  151. BSC32_FLAGS=/nologo /o"$(OUTDIR)/eh_seg.bsc" 
  152. BSC32_SBRS=
  153. LINK32=link.exe
  154. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  155. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libimage\Debug\libimage.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  156. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  157.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  158.  odbccp32.lib ..\..\libtiff\libtiff\Debug\libtiff.lib\
  159.  ..\..\libimage\Debug\libimage.lib ..\..\libip\Debug\libip.lib /nologo\
  160.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/eh_seg.pdb" /debug\
  161.  /machine:I386 /out:"$(OUTDIR)/eh_seg.exe" 
  162. LINK32_OBJS= \
  163.     "$(INTDIR)/eh_seg.obj"
  164.  
  165. "$(OUTDIR)\eh_seg.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  166.     $(LINK32) @<<
  167.   $(LINK32_FLAGS) $(LINK32_OBJS)
  168. <<
  169.  
  170. # Begin Custom Build
  171. ProjDir=.
  172. InputPath=.\Debug\eh_seg.exe
  173. InputName=eh_seg
  174. SOURCE=$(InputPath)
  175.  
  176. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  177.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  178.  
  179. # End Custom Build
  180.  
  181. !ENDIF 
  182.  
  183. .c{$(CPP_OBJS)}.obj:
  184.    $(CPP) $(CPP_PROJ) $<  
  185.  
  186. .cpp{$(CPP_OBJS)}.obj:
  187.    $(CPP) $(CPP_PROJ) $<  
  188.  
  189. .cxx{$(CPP_OBJS)}.obj:
  190.    $(CPP) $(CPP_PROJ) $<  
  191.  
  192. .c{$(CPP_SBRS)}.sbr:
  193.    $(CPP) $(CPP_PROJ) $<  
  194.  
  195. .cpp{$(CPP_SBRS)}.sbr:
  196.    $(CPP) $(CPP_PROJ) $<  
  197.  
  198. .cxx{$(CPP_SBRS)}.sbr:
  199.    $(CPP) $(CPP_PROJ) $<  
  200.  
  201. ################################################################################
  202. # Begin Target
  203.  
  204. # Name "eh_seg - Win32 Release"
  205. # Name "eh_seg - Win32 Debug"
  206.  
  207. !IF  "$(CFG)" == "eh_seg - Win32 Release"
  208.  
  209. !ELSEIF  "$(CFG)" == "eh_seg - Win32 Debug"
  210.  
  211. !ENDIF 
  212.  
  213. ################################################################################
  214. # Begin Source File
  215.  
  216. SOURCE=.\eh_seg.c
  217. DEP_CPP_EH_SE=\
  218.     ".\eh_seg.h"\
  219.     {$(INCLUDE)}"\sys\types.h"\
  220.     {$(INCLUDE)}"\sys\stat.h"\
  221.     ".\..\..\libip\ip.h"\
  222.     "..\..\libip\ph.h"\
  223.     ".\..\..\libtiff\libtiff\tiffio.h"\
  224.     ".\..\..\libimage\draw.h"\
  225.     "..\..\libip\lldef.h"\
  226.     "..\..\libip\sgl_stat.h"\
  227.     "..\..\libip\convolve.h"\
  228.     "..\..\libip\pcc2.h"\
  229.     "..\..\libip\bdy_stru.h"\
  230.     ".\..\..\libimage\misc.h"\
  231.     "..\..\libtiff\libtiff\tiff.h"\
  232.     "..\..\libimage\tiffimage.h"\
  233.     "..\..\libimage\gd.h"\
  234.     ".\..\..\libimage\images.h"\
  235.     
  236.  
  237. "$(INTDIR)\eh_seg.obj" : $(SOURCE) $(DEP_CPP_EH_SE) "$(INTDIR)"
  238.  
  239.  
  240. # End Source File
  241. # End Target
  242. # End Project
  243. ################################################################################
  244.